home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-12-18 | 419 b | 23 lines | [TEXT/PJMM] |
- {****************************************************}
- {}
- { SATTestGlobals.p }
- {}
- { Global variables for SATTest which needed to be available to the sprites also. }
- {}
- {****************************************************}
-
-
- unit SATTestGlobals;
-
- interface
-
- const
- kindPlayer = 1;
- kindTarget = -1;
-
- var
- gCatchSound: Handle;
-
- implementation
-
- end. { SATTestGlobals }